extract vmcoreinfo from /proc/vmcore for Xen
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 13 Jun 2008 08:54:03 +0000 (09:54 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 13 Jun 2008 08:54:03 +0000 (09:54 +0100)
commit65ce603cc1ca8882b22e3bf689b1958eedd40c97
tree9c04aad8a1b2992ee5f781d6ee4ed39fc3baeb27
parent95f9581198d7c591c13cb2fe6e447092f46d50de
extract vmcoreinfo from /proc/vmcore for Xen

- the machine address and the size of the vmcoreinfo area is returned
  via the kexec_op(get_range) hypercall
- fill the vmcoreinfo data when the kexec_op(crash load) hypercall
  is called

Signed-off-by: Itsuro Oda <oda@valinux.co.jp>
12 files changed:
xen/arch/ia64/xen/machine_kexec.c
xen/arch/ia64/xen/mm.c
xen/arch/x86/machine_kexec.c
xen/arch/x86/mm.c
xen/common/kexec.c
xen/common/page_alloc.c
xen/include/asm-ia64/config.h
xen/include/asm-ia64/mm.h
xen/include/asm-x86/config.h
xen/include/asm-x86/mm.h
xen/include/public/kexec.h
xen/include/xen/mm.h